home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0277.ZIP / READ.ME < prev    next >
Text File  |  1986-02-28  |  2KB  |  78 lines

  1. SQ2 and USQ2 - multi-disk squeezed copy          28 Feb, 1986
  2. -----------------------------------------------------------------
  3.  
  4. These programs are based on SQ.C and USQ.C by Dick Greenlaw and others. They
  5. have been adapted by Ark Software to do a backup in squeezed format onto
  6. more than one floppy and a restore of squeezed files from more than one
  7. floppy. The programs have been tested with the following compilers:
  8.  
  9.     OpSys        Compiler            Define
  10.     --------------  -------------------     --------------
  11.     MSDOS/PCDOS     CI-C86 version 2.3f     MSDC86
  12.     CP/M86-CCP/M86  CI-C86 version 2.3        CPMC86
  13.     MSDOS/PCDOS     Microsoft C V3.0        MSDMSC
  14.  
  15.  
  16. The programs are compiled as follows:
  17.  
  18. a.) CI-C86 under CP/M
  19.  
  20.     cc1 -DCPMC86 sq2
  21.     cc2 sq2
  22.     cc3 sq2
  23.     cc4 sq2
  24.     ted sq2
  25.  
  26.     cc1 wildcp86
  27.     cc2 wildcp86
  28.     cc3 wildcp86
  29.     cc4 wildcp86
  30.     ted wildcp86
  31.  
  32.     link86 sq2=sq2.ted,wildcp86.ted,c86scs.l86[s]
  33.  
  34.     cc1 -DCPMC86 usq2
  35.     cc2 usq2
  36.     cc3 usq2
  37.     cc4 usq2
  38.     ted usq2
  39.  
  40.     link86 usq2=usq2.ted,c86scs.l86[s]
  41.  
  42. b.) MS 'C' under PCDOS/MSDOS
  43.  
  44.     cl -DMSDMSC -Zp -Gs -Ot sq2.c ssetargv
  45.     cl -DMSDMSC -Zp -Gs -Ot usq2.c
  46.  
  47. c.) CI-C86 under PCDOS/MSDOS
  48.  
  49.     cc1 -DMSDC86 sq2
  50.     cc2 sq2
  51.     cc3 sq2
  52.     cc4 sq2
  53.  
  54.     cc1 wildmsd2
  55.     cc2 wildmsd2
  56.     cc3 wildmsd2
  57.     cc4 wildmsd2
  58.  
  59.     link sq2+wildmsd2,sq2,nul,c86s2s;
  60.  
  61.     cc1 -DMSDC86 usq2
  62.     cc2 usq2
  63.     cc3 usq2
  64.     cc4 usq2
  65.  
  66.     link usq2,usq2,nul,c86s2s;
  67.  
  68. WTF - file find, delete, copy, rename utility for DOS 2.x or greater
  69. --------------------------------------------------------------------
  70.  
  71. I have been authorised by its author, Andy Lowe, Ice Ltd., Ashford MDDX,
  72. to put it into the public domain. His spelling is atrocious but the
  73. program is great.
  74.  
  75.  
  76. Enjoy! - Bob Leschhorn/Ark Software
  77.  
  78.